The sprite to render
The points to draw sprites at
DrawSprites(ISprite2D,IEnumerable<Point>) Method
Batch draw of the source sprite onto the IRenderSurface2D
Syntax
public virtual void DrawSprites( 
   ISprite2D sprite2D,
   IEnumerable<Point> points
)

Parameters

sprite2D
The sprite to render
points
The points to draw sprites at
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also